machine code
英 [məˈʃiːn kəʊd]
美 [məˈʃiːn koʊd]
n. 机器码
牛津词典
noun
- 机器码
a code in which instructions are written in the form of numbers so that a computer can understand and act on them
柯林斯词典
- 计算机语言;机器代码
Machine codeis a way of expressing instructions and information in the form of numbers which can be understood by a computer or microchip.
英英释义
noun
- a set of instructions coded so that the computer can use it directly without further translation
双语例句
- The name of the tool that converts assembly language into true machine code is called an "assembler".
把汇编语言翻译成真实的机器码的工具叫汇编程序。 - Reflection is also known as self-modifying code, especially at the machine code and assembly language levels.
反思也被称为自修改代码,特别是在机器代码和汇编语言的水平。 - Compilers and assemblers automatically translate representations all the way down to efficient machine code.
编译器和汇编程序自动地将表示一直向下翻译为有效的机器代码。 - The JVM performs JIT compilation of byte code into machine code.
JVM可将字节代码即时编译为机器代码。 - Both had custom instruction sets, with programs designed in their raw machine code.
通过在其原型机代码中设计的程序,两者都自定义了指令集。 - The jit-compiler default behavior is to generate the highest performance, hardest to debug machine code.
jit编译器的默认行为是生成性能最高、最不易于调试的机器码。 - Psyco to keep it very short is a just-in-time ( JIT) compiler of Python code into ( x86) machine code.
Psyco可以保持代码非常简短;它是(x86)机器代码中的一个JITPython代码编译器。 - Object code ( Object language): Machine code, as translated from a source program.
目标代码(目标语言):由主程式编译而成的机器代码。 - In the1940s the first computer users wrote machine code by hand.
在1940年第一台计算机的用户写道:机器代码的手。 - A program that translates a command or operation code into machine code.
把命令或操作代码转换为机器代码的程序。
